home *** CD-ROM | disk | FTP | other *** search
- --AMIGADOS GUIDE V2.6--
- DIR
-
-
- USE:
- Dir is used to get a sorted list of files from any disk, device,
- directory, logical assignment or path.
-
- PATH:
- C:
-
- SYSTEM:
- 2.0 (enhanced), 2.1, 3.0
-
- EXAMPLES:
- 1>DIR (list current directory)
- 1>DIR DF0: (list files on drive DF0)
- 1>DIR S: (list S directory)
- 1>DIR C:A#? (list commands starting with A)
- 1>DIR INTER (Enters Interactive mode)
-
- NOTES:
- The output from Dir can be paused by simply pressing the Spacebar and
- then continued by pressing Backspace. Or you can stop the output by
- pressing CTRL+C.
-
- Dir has what is called an Interactive Mode which gives you more control
- over your path finding.
-
- When in Interactive mode the following Options Apply:
-
- B Back - takes you up a level to the previous directory or
- sub-directory.
-
- DEL Delete - Delete the file at the prompt.
-
- C Command - Allows you to execute any general purpose AmigaDOS
- Command.
-
- E Enter - Enter the Directory at the prompt.
-
- Q Quit - This quits out of Interactive mode.
-
- ? Help - This will display a list of the Interactive modes commands
- and what they do.
-
-